Add NO_TERMIO conditional.
authorRichard M. Stallman <rms@gnu.org>
Mon, 7 Jun 1993 23:40:04 +0000 (23:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 7 Jun 1993 23:40:04 +0000 (23:40 +0000)
src/systty.h

index 2171a960465924e1238d864d9aed1fdeff334ded..1324286c7fb0f783fdcc52a3482db2793929d1c6 100644 (file)
@@ -26,7 +26,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifdef __DGUX
 #include <sys/ioctl.h>
 #endif
+#ifndef NO_TERMIO
 #include <termio.h>
+#endif /* not NO_TERMIO */
 #include <fcntl.h>
 #else
 #ifdef HAVE_TERMIOS